home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- rem.
- rem. ■----------------------------------------------------■
- rem. | xPRESS mOddING tURBo lOGiN -- vo2.2 |
- rem. `----------------------------------------------------'
- rem.
- rem.
- rem.
- if .%1==. goto help
- if .%2==. goto help
-
- mkpcbtxt %1 /i:665 "!%2\TURBO.PPE"
- goto done
-
-
- :help
- cls
- echo.
- echo to install the ppe, use the following parameters..
- echo.
- echo INSTALL.BAT [pcbtxt.dir] [ppe.dir]
- echo.
- echo [pcbtxt.dir] is the full pathname of your pcbtext file.
- echo.
- echo [ppe.dir] is the pathname of where the ppe is located.
- echo.
- echo example :
- echo.
- echo install.bat c:\pcb\gen\pcbtext c:\pcb\ppe\turbo
- echo.
-
- :done
- echo.
- echo done!... syscheck.ppe
- echo.
- echo xPS mOddING kREW! -- tRiP.SeNiOR!
- echo.
-
-
-